home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_24 / PlaceObject2_17_10 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  253 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x <= size - size - size)
  3.    {
  4.       this._y = random(300) + 60;
  5.       size = random(100) + 40;
  6.       this._x = 700 + size;
  7.    }
  8.    this._x -= randomSpeed;
  9.    this._xscale = size;
  10.    this._yscale = size;
  11. }
  12.